<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_FRENCH</nationality>

		<long_name>FCM 36</long_name>
		<short_name>FCM 36</short_name>
		<comment>A light infantry tank with a short 37mm cannon and a Reibel machine gun</comment>

		<uniform>french_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>1</month><year>1939</year><number>50</number></data>
		<data><month>11</month><year>1942</year><number>50</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-FCM 36.png</image_profile>
			<weight>12350</weight>
		</attributes>

		<drive>
			<engine>
				<name>Berliet MDP</name>
				<horsepower>105</horsepower>
				<reliability>RELIABILITY_POOR</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe><offsetX>0</offsetX><offsetY>200</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-FCM 36.png</image_view>

			<width>214</width>
			<length>446</length>
			<height>108</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>40</upper_front>
				<lower_front>40@-20</lower_front>
				<side>35</side>
				<upper_rear>30@35</upper_rear>
				<lower_rear>30@-35</lower_rear>
				<top>15</top>
				<bottom>20</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>214</width>
			<length>288</length>
			<height>36</height>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>40@12</upper_front>
				<lower_front>40@45</lower_front>
				<side>35@12</side>
				<rear>40@30</rear>
				<top>15</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-FCM 36 turret.png</image_view>

			<diameter>147</diameter>
			<height>67</height>
			<offsetX>0</offsetX>
			<offsetY>-50</offsetY>

			<rotate_time>26</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>40</front>
				<side>40@22</side>
				<rear>40@22</rear>
				<top>15</top>
				<mantlet>40</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_37_SA18</type><offsetX>6</offsetX><offsetY>-18</offsetY></weapon>
			<weapon><type>WEAPON_LMG_REIBEL</type><offsetX>23</offsetX><offsetY>-16</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_37_SA18</for><flavour>FLAVOUR_APC</flavour><rounds>10</rounds></ammo>
			<ammo><for>WEAPON_CANNON_37_SA18</for><flavour>FLAVOUR_HE</flavour><rounds>32</rounds></ammo>
			<ammo><for>WEAPON_LMG_REIBEL</for><rounds>2400</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
